-
Notifications
You must be signed in to change notification settings - Fork 107
Create files to support NSMovie and NSMovieView #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…nges, and config.make/config.h changes
Completely revamped and simplified. |
…GSMovieView move decoding entirely to threads
I am making this ready for review so that, perhaps, people who are more familiar with avcodec et. al. might be able to help me improve this. |
Just as a note NSSound is not fast enough to handle the samples being fed, so it was necessary to create the audio player. |
…t kick off playback
I think this is the best I can do on this. @fredkiefer could you take a look and see what else you might be able to see. This is certainly better than we have at the moment (nothing) and I think it would be useful for others to take a look and try to improve this. |
implementation for NSMovie and NSMovieView. The tests for this are here:
https://github.com/gcasa/NSMovie_test
https://github.com/gcasa/apps-videoplayer